First the file is transformed using the navigation.xsl StyleSheet, performing the following functions specific to the application :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Next the file is transformed using the hrc.xsl StyleSheet, which lays out the content into HTML.
hrc.xsl imports the shared.xsl performing the following functions specific to the layout's relationship with XLink :
|
|
|
|
|
|
|
|
|
This is what the top section of document looks like after processing with the navigation.xsl StyleSheet.
This is what the top section of document looks like after processing with the hrc.xsl StyleSheet.
There is also a StyleSheet for generating XSL:FO for conversion to PDF for print and one for generating QuickTime TextTracks, it's difficult to show you the XML output right now.